projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3b03c
)
; Add a heading and a binding
author
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 17 Jun 2020 23:10:33 +0000
(
02:10
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 17 Jun 2020 23:11:51 +0000
(
02:11
+0300)
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index d8f56acedf379907ef82f672c82b01eee723e1c0..e772570b9e1179f2408daad5a576eb9c725b2c0b 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-490,10
+490,14
@@
DIRS must contain directory names."
;; Sidestep the issue of expanded/abbreviated file names here.
(cl-set-difference files dirs :test #'file-in-directory-p))
+
\f
+;;; Project commands
+
;;;###autoload
(defvar project-prefix-map
(let ((map (make-sparse-keymap)))
(define-key map "f" 'project-find-file)
+ (define-key map "b" 'project-switch-to-buffer)
(define-key map "s" 'project-shell)
(define-key map "d" 'project-dired)
(define-key map "v" 'project-vc-dir)